MESCIUS SPREAD for Windows Forms 15.0J
CellEditCommand コンストラクタ(IWorksheet,Int32,Int32,Int32,Int32,CellValue,Boolean,Int32,Nullable<Boolean>,String)

処理する GrapeCity.Spreadsheet.Worksheet オブジェクト。
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
新しいセル値。
セルの新しい数値書式。
WrapTextをtrueに設定する場合はtrue
CellEditCommand クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal worksheet As IWorksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByVal cellValue As CellValue, _
   ByVal applyNumberFormat As Boolean, _
   ByVal numFmt As Integer, _
   Optional ByVal setWrapText As Nullable(Of Boolean), _
   Optional ByVal originalTex As String _
)

パラメータ

worksheet
処理する GrapeCity.Spreadsheet.Worksheet オブジェクト。
row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。
cellValue
新しいセル値。
applyNumberFormat
numFmt
セルの新しい数値書式。
setWrapText
WrapTextをtrueに設定する場合はtrue
originalTex
参照

CellEditCommand クラス
CellEditCommand メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.